MyCheckUpdate
Checks to see if a frame update is necessary. When creating a frame you must designate a callback function to check if a frame update is needed. For example, this is how you would define your update check function if you were to name it MyCheckUpdate:
void MyCheckUpdate(JMFrameRef frame);
frame
- The frame to be checked.
DISCUSSION
This function may be called to enable updates for interactions such as live scrolling or other mouse-tracking maneuvers. If the function determines that an update is necessary, it should call theJMFrameUpdate
function to perform the update.
Main | Top of Section | What's New | Apple Computer, Inc. | Find It | Feedback | Help